# StrongED$Mode = Message
# 'Rooms' file:
# This contains definitions of all the rooms in the adventure.  Even rooms you
# can't get to (such as a token direction in the middle of a maze) must be
# defined - if necessary, suppress the command and display an appropriate
# message using FNs_dir_pre.
# The 'Contains' token is in the same format as that in 'Nouns'.  The 'Exits'
# token is a space-separated list of valid directions and the room handles they
# take you to - the directions format is decoded by the 'Directions' file.  Note
# that it is legal to leave this field blank - although somewhat cruel to the
# player!
1Name:A room
1Contains:0
1Exits:
1Desc:Room descriptive text goes here.
